home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_756
/
BUTTONCONDACTION on(keyPress L).as
< prev
next >
Wrap
Text File
|
2010-04-12
|
285b
|
14 lines
on(keyPress "L"){
if(eval("/:Challenge") != true)
{
if(getProperty("_root.Animatiques", _currentframe) == 1)
{
set("/Save:Fichier","");
tellTarget("_root")
{
gotoAndStop("Initialisation");
}
}
}
}